$Status= smtp.SendRawMail (<From>, <To>, <RawData>)
This is a high level function which allows to set From, To, raw message and also allows to send raw e-mail in a single function.
Parameters
<From> Denotes the address of the sender.
<To> Denotes the address of the recipient.
<RawData> Denotes the raw data to be sent.
Return Value
Function returns 1 on success, 0 on failure.